home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / misc / emu / ATUtilities.lha / ATUtilities / BASIC / NONAME.BAS < prev    next >
BASIC Source File  |  2000-09-26  |  78b  |  7 lines

  1. cls
  2. open "d:\bmwi.sav" for binary access read as #1
  3. ?"x"
  4.  
  5. close #1
  6. end
  7.